Hangup
Parameters
Remarks
- If the user
hangs up the call, then the script automatically jumps to the ONHANGUP
label where Hangup command is called.
Example
MAIN:
Answer
Play "Welcome.wav"
$num = Input(5)
Play "YouEntered.wav"
Play Num2Wav($num)
Hangup
goto MAIN
ONHANGUP:
Clear
Hangup
goto MAIN